home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TUTOR.ZIP / QUIZ2 < prev   
Text File  |  1995-02-15  |  3KB  |  77 lines

  1. QUIZ 2:
  2. ──────
  3.  
  4.  1. Name the PC's basic addressable segments? _____, _____, _____, _____, 
  5.  
  6.     _____, _____, _____, _____, _____, _____, _____, _____, _____, _____, 
  7.    
  8.     _____, _____.
  9.  
  10.  2. Which segments are always dynamic RAM? From _____ to _____.
  11.  
  12.  3. Which segments are video RAM? _____ and _____.
  13.  
  14.  4. How many characters on a text mode video line? _____ How many attributes
  15.     on a text mode video line? _____.
  16.  
  17.  5. What is the attribute byte value in binary for medium red characters on a
  18.  
  19.     medium white background? __ __ __ __ __ __ __ __.
  20.  
  21.  6. Which attribute bit sets the foreground intensity? ___.
  22.  
  23.  7. Can the normal background color be set to high intensity?  Yes ___ No ___.
  24.     (This is a tough question!)
  25.  
  26.  8. Which attribute bit causes the character to blink?  ____.
  27.  
  28.  9. What does the +LS tell the A86 Assembler to do? ________________________
  29.  
  30.     ________________________________________________________________________.
  31.  
  32. 10. Does curson need to be called in DEMO3.ASM before returning to the DOS>
  33.     prompt? _____.   Why or why not? _______________________________________.
  34.  
  35. 11. When creating source code using EDLIN.COM, when do upper case letters
  36.     and lower case letters make a difference? ______________________________.
  37.     (Think about this one!)
  38.  
  39. 12. Can you use decimal, hex and binary on the same line of source code? ___.
  40.  
  41.     If so, how would you write line 100: using 100 decimal, 100h, 10000000b?
  42.  
  43.     100: ___________________________________________________________________
  44.  
  45. 13. How many functions does Lesson2 discuss for int 16H? _____.
  46.  
  47.     What do they do? _______________________________________________________
  48.  
  49.     ________________________________________________________________________
  50.  
  51.     ________________________________________________________________________
  52.  
  53. 14. What value does mov ah,0 - int 16h return in ax when Ctrl UpArrow are
  54.  
  55.     pressed? ____.  Shift Backspace? ____. Alt Down Arrow? ____.
  56.  
  57. 15. What text mode video address in decimal to you use to display an ASCII
  58.  
  59.     zero terminated string on line 17 of the video display? __________.
  60.  
  61. 16. What values do you type on the keypad to display a single width 
  62.     horizontal line?  ___ ___ ___.
  63.  
  64. 17. Using the instructions mov ah,1 - int 16h what condition is necessary
  65.  
  66.     to jump to nopress?  __________________________________.
  67.  
  68. 18. Using the instruction mov ah,2 - int 16h which bit of the returned al
  69.     register must be 1 to indicate that CapsLock is 'on'?  ______________.
  70.  
  71. 19. What values do you type on the keypad to display a double width 
  72.     horizontal line?  ___ ___ ___.
  73.  
  74. 20. Is this lesson going too fast for a week's study? _____  Too slow? _____[.
  75.  
  76.     Just right? _____.
  77.